func github.com/gotd/td/crypto.sha1b

3 uses

	github.com/gotd/td/crypto (current package)
		kdf_v1.go#L28: 	b := sha1b(r[sha1.Size:sha1.Size], authKey, msgKey, 0)
		keys_old.go#L24: func sha1b(r []byte, authKey Key, msgKey bin.Int128, x int) []byte {
		keys_old.go#L94: 	b := sha1b(r[sha1.Size:sha1.Size], authKey, msgKey, x)